home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gColumn, gRow, gTextField
- puppetSound("MouseDown.aif")
- repeat while the mouseDown
- checkColumn()
- end repeat
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- if (gColumn = 0) or (gRow = 0) then
- set the castNum of sprite 10 to cast "m17"
- updateStage()
- else
- pupSprites(1, 48, 0)
- set myFrame to "place" & gColumn & "." & gRow
- if myFrame = "place1.12" then
- set gTextField to "majorareas.txt"
- showtext()
- end if
- if myFrame = "place2.8" then
- set gTextField to "adamjoseph.txt"
- showtext()
- end if
- if myFrame = "place3.6" then
- set gTextField to "mosessamuel.txt"
- showtext()
- end if
- if myFrame = "place4.7" then
- set gTextField to "unitedkingdom.txt"
- showtext()
- end if
- if myFrame = "place5.6" then
- set gTextField to "divided.txt"
- showtext()
- end if
- go(myFrame)
- end if
- end
-